runtime.scavengeIndex.free (method)
7 uses
runtime (current package)
mgcscavenge.go#L1161: func (s *scavengeIndex) free(ci chunkIdx, page, npages uint) {
mpagealloc.go#L950: p.scav.index.free(i, pi, 1)
mpagealloc.go#L959: p.scav.index.free(sc, si, ei+1-si)
mpagealloc.go#L963: p.scav.index.free(sc, si, pallocChunkPages-si)
mpagealloc.go#L966: p.scav.index.free(c, 0, pallocChunkPages)
mpagealloc.go#L969: p.scav.index.free(ec, 0, ei+1)
mpagecache.go#L94: p.scav.index.free(ci, pi+i, 1)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |